Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compliance requests - Release 117 #38

Merged
merged 8 commits into from
Sep 3, 2024
Merged

Conversation

tspence
Copy link
Contributor

@tspence tspence commented Sep 3, 2024

Patch notes for 117.0.4438

These patch notes summarize the changes from version 115.0.4330.

Updated so that there are no uses of Environment.MachineName or File.ReadAllBytes.

Added 1 new APIs:

  • Resource.ResendInviteEmail (GET /api/data/resources/{resourceId}/resendinvite)

Changes to data models:

  • ResourceCreateDto: Added new field colorName
  • ResourceDto: Added new field colorName
  • ResourceDto: Added new field color
  • ResourceUpdateDto: Added new field colorName
  • TimesheetDto: Added new field resourceId
  • TimesheetDto: Added new field taskId
  • TimesheetDto: Added new field projectId
  • UserError: Added new field statusCode

One partner has requested a version of the SDK that excludes the method `System.IO.File.ReadAllBytes`.  Let's make it possible for someone to send in a byte array rather than just a filename.
# Patch notes for 117.0.4438

These patch notes summarize the changes from version 115.0.4330.

Added 1 new APIs:
* Resource.ResendInviteEmail (GET /api/data/resources/{resourceId}/resendinvite)

Changes to data models:
* ResourceCreateDto: Added new field `colorName`
* ResourceDto: Added new field `colorName`
* ResourceDto: Added new field `color`
* ResourceUpdateDto: Added new field `colorName`
* TimesheetDto: Added new field `resourceId`
* TimesheetDto: Added new field `taskId`
* TimesheetDto: Added new field `projectId`
* UserError: Added new field `statusCode`
@tspence tspence merged commit bbe7387 into main Sep 3, 2024
1 check passed
@tspence tspence deleted the tspence/compliance-request branch September 3, 2024 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants